set term fig mono metric fontsize 20 thickness 2 size 14 14
set out "committee.plot"
set out "committee.fig" 
set title "Models in committee" font "Times Roman,16" 
set xlab "Number of models" font "Times Roman,16" 
set ylab "Combined Test Error" font "Times Roman,16" 
plot "committee_te" using 1:2 title "" 
